InheritedStyleEntry

data class InheritedStyleEntry(inlineStyle: CSSStyle?, matchedCSSRules: List<RuleMatch>)

Inherited CSS rule collection from ancestor node.

Constructors

InheritedStyleEntry
Link copied to clipboard
fun InheritedStyleEntry(inlineStyle: CSSStyle? = null, matchedCSSRules: List<RuleMatch>)

Properties

inlineStyle
Link copied to clipboard
val inlineStyle: CSSStyle? = null
The ancestor node's inline style, if any, in the style inheritance chain.
matchedCSSRules
Link copied to clipboard
val matchedCSSRules: List<RuleMatch>
Matches of CSS rules matching the ancestor node in the style inheritance chain.

Sources

jvm source
Link copied to clipboard